home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Pascal / Applications / P4⁄Mac 1.0 / test programs / hello.p < prev    next >
Encoding:
Text File  |  1994-07-28  |  69 b   |  6 lines  |  [TEXT/Rich]

  1. program hello(input, output);
  2.  
  3. begin
  4.     writeln('Hello, World!');
  5. end.
  6.